Skip to main content
GET
/
notifications
/
read
Mark a notification as read
curl --request GET \
  --url https://your_a2_service/notifications/read
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

user_id
string<uuid>
required

The ID of the user.

no
integer
required

The ID for the notification.

Response

Successful Response